From 2af491cc4ad0ae4064f2e858c83ed485613adafa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Dec 2016 17:29:01 +0200 Subject: Convert tests/ to subproject, initial work on cross-testing support --- tests/test/script/runner/status.test | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/test/script/runner/status.test') diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 941d485..e115f13 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -7,33 +7,33 @@ b += --no-column if ($cxx.target.class == "windows") - ext = ".exe" + ext = .exe end # Successfull tests. # : eq-true : -$c <"$* == 0"; +$c <'$* == 0'; $b : ne-true : -$c <"$* -s 1 != 0"; +$c <'$* -s 1 != 0'; $b # Faulty tests. # : eq-false : -$c <"$* -s 1 == 0"; +$c <'$* -s 1 == 0'; $b 2>>"EOE" != 0 testscript:1: error: $path.canonicalize(../../../driver$ext) exit status 1 != 0 EOE : ne-false : -$c <"$* -s 1 != 1"; +$c <'$* -s 1 != 1'; $b 2>>"EOE" != 0 testscript:1: error: $path.canonicalize(../../../driver$ext) exit status 1 == 1 EOE -- cgit v1.1