xstrtoimax-tests: convert to use init.sh
[pspp] / tests / init.sh
index 23ab131ced0bb19509e7d5a54a1d0a31a1fb1641..3e3ea444f1ba8c6a11a6e9abcd13623881366f53 100644 (file)
@@ -102,7 +102,7 @@ Exit () { set +e; (exit $1); exit $1; }
 # of TESTS_ENVIRONMENT in your tests/Makefile.am file.
 # This is useful when using automake's parallel tests mode, to print
 # the reason for skip/failure to console, rather than to the .log files.
-${stderr_fileno_=2}
+${stderr_fileno_=2}
 
 warn_() { echo "$@" 1>&$stderr_fileno_; }
 fail_() { warn_ "$ME_: failed test: $@"; Exit 1; }