diff --git a/test/02/t0262a.sh b/test/02/t0262a.sh index 1bbbf364..418d2c8b 100644 --- a/test/02/t0262a.sh +++ b/test/02/t0262a.sh @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Up" . test_prelude.sh srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Up 0 \ - 2> test.out + 2> test.out if test $? -ne 1; then fail; fi diff --git a/test/02/t0263a.sh b/test/02/t0263a.sh index 2ab8fef5..1e57136d 100644 --- a/test/02/t0263a.sh +++ b/test/02/t0263a.sh @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Down" . test_prelude.sh srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Up 0 \ - 2> test.out + 2> test.out if test $? -ne 1; then fail; fi diff --git a/test/02/t0264a.sh b/test/02/t0264a.sh index 8a5e05fb..07c778cc 100644 --- a/test/02/t0264a.sh +++ b/test/02/t0264a.sh @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Nearest" . test_prelude.sh srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Nearest 0 \ - 2> test.out + 2> test.out if test $? -ne 1; then fail; fi