mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
|
|
|
|
--- tests/run_tests.sh.orig 2007-02-18 20:15:08.000000000 +0100
|
|
+++ tests/run_tests.sh 2007-02-18 20:15:18.000000000 +0100
|
|
@@ -6,7 +6,7 @@
|
|
for i in *_unittest; do
|
|
echo -n "$i... "
|
|
`./$i > /dev/null 2>&1`
|
|
- if [ $? == 0 ]; then
|
|
+ if [ $? -eq 0 ]; then
|
|
echo "PASS"
|
|
else
|
|
echo "FAILED"
|