X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fcommand.at;h=442355dbb63b1b2ba95cd17833ef9713392b79eb;hb=b80164ee8687a18b4310854eecc9c29face0ebd2;hp=ae91558ce14965b19950150da347153a390d8b90;hpb=bde476f0e660baabf9a409b600edf864750f10b4;p=pspp diff --git a/tests/language/command.at b/tests/language/command.at index ae91558ce1..442355dbb6 100644 --- a/tests/language/command.at +++ b/tests/language/command.at @@ -18,7 +18,7 @@ dnl read the first token of the next command. dnl dnl (If this reecurs, the the test will run forever.) AT_SETUP([FINISH executes immediately]) -AT_CHECK([(echo "FINISH."; while :; do echo; done) | pspp]) +AT_CHECK([(echo "FINISH."; while echo ; do true; done) | pspp], [0], [ignore], [ignore]) AT_CLEANUP AT_BANNER([ERASE])