tests.sh: fix reference to /dev/null
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 3 Oct 2014 16:05:07 +0000 (12:05 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 3 Oct 2014 16:06:33 +0000 (12:06 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/tests.sh

index 32afdf0..290aad0 100755 (executable)
@@ -374,7 +374,7 @@ fi
 
 # Initiate new ERRLIST
 if [ "x$ERRLIST" = "x" ]; then
-       ERRLIST=/dev=null
+       ERRLIST=/dev/null
 else
        ERRLIST=$ERRLIST.tmp
        > "$ERRLIST"