From: Peter Johnson Date: Sun, 28 Jan 2007 00:40:36 +0000 (-0000) Subject: Unbreak out_test.sh; the previous commit caused an infinite loop. X-Git-Tag: v0.6.0~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=763687f8bde3c6ce671b5762413a413e7f4e199c;p=yasm Unbreak out_test.sh; the previous commit caused an infinite loop. svn path=/trunk/yasm/; revision=1743 --- diff --git a/out_test.sh b/out_test.sh index 7cf2fe10..2f9bb079 100755 --- a/out_test.sh +++ b/out_test.sh @@ -1,6 +1,9 @@ -#! /usr/bin/env YASM_TEST_SUITE=1 /bin/sh +#! /bin/sh # $Id$ +YASM_TEST_SUITE=1 +export YASM_TEST_SUITE + case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in *c*,-n*) ECHO_N= ECHO_C=' ' ECHO_T=' ' ;;