We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a9305 commit 931cceaCopy full SHA for 931ccea
saltboot/salt_test.go
@@ -105,7 +105,7 @@ func TestSaltMinionRunRequestHandler(t *testing.T) {
105
t.Errorf("couldn't unmarshall grain yaml: %s", err)
106
}
107
108
- if os.Getenv(EXECUTED_COMMANDS) != "hostname -f:hostname -i:ps aux:/sbin/service salt-minion start:/sbin/chkconfig salt-minion on:" {
+ if os.Getenv(EXECUTED_COMMANDS) != "hostname -s:hostname -d:hostname -i:ps aux:/sbin/service salt-minion start:/sbin/chkconfig salt-minion on:" {
109
t.Errorf("wrong commands were executed: %s", os.Getenv(EXECUTED_COMMANDS))
110
111
0 commit comments