From ef5b6b13f9aadb68640e375c0be4c6bcfbbac86b Mon Sep 17 00:00:00 2001 From: Al Stone Date: Aug 27 2013 17:02:09 +0000 Subject: make sure date is zero-filled for testing --- diff --git a/debian/run-misc-tests.sh b/debian/run-misc-tests.sh index c8a0805..3fa2cf6 100755 --- a/debian/run-misc-tests.sh +++ b/debian/run-misc-tests.sh @@ -28,7 +28,7 @@ BINDIR=$CURDIR/generate/unix/bin${BITS} # create files to compare against $BINDIR/iasl --help -WHEN=`date +"%b %d %Y"` +WHEN=`date +"%b %0d %Y"` sed -e "s/XXXXXXXXXXX/$WHEN/" \ -e "s/YYYY/$BITS/" \ $DEBDIR/badcode.asl.result > $TSTDIR/badcode.asl.result