From: Paul Smith Date: Sun, 12 Nov 2017 23:03:22 +0000 (-0500) Subject: * tests/scripts/features/output-sync: Revert bad change in 0c5a9f9b92a X-Git-Tag: 4.2.90~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80837c553a38771efacd68a53aea39da5d91a3a;p=thirdparty%2Fmake.git * tests/scripts/features/output-sync: Revert bad change in 0c5a9f9b92a --- diff --git a/tests/scripts/features/output-sync b/tests/scripts/features/output-sync index 0ecc9194..1407e81a 100644 --- a/tests/scripts/features/output-sync +++ b/tests/scripts/features/output-sync @@ -45,7 +45,7 @@ sub output_sync_clean { # reliable. If things are too fast, then sometimes a different job will steal # the output sync lock and the output is mis-ordered from what we expect. sub output_sync_wait { - return "while [ ! -f ../mksync.$_[0] ]; do :; done; $sleep_command 1"; + return "while [ ! -f ../mksync.$_[0] ]; do :; done; $CMD_rmfile ../mksync.$_[0].wait; $sleep_command 1"; } sub output_sync_set { return "date > ../mksync.$_[0]";