Skip to content

Commit 1944cd8

Browse files
committed
Fixed tests
1 parent d2001e3 commit 1944cd8

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

Run-Tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function runTests {
2424
if [ "$4" != "" ]; then
2525
cp -f "$4" "$PAYLOAD_DIR/Payload"
2626
pushd "$PAYLOAD_DIR/Payload"
27-
SetFile -d "1/1/2014 00:00:00" -m "1/1/2014 00:00:00" `basename "$4"`
27+
TZ=GMT SetFile -d "1/1/2014 00:00:00" -m "1/1/2014 00:00:00" `basename "$4"`
2828
popd
2929
fi
3030
logLevel=2 $1 -mode "$2" -root "$PAYLOAD_DIR/Payload" -tests "$3"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)