Ticket #47630: patch-fix_date_-d_invocation.diff
File patch-fix_date_-d_invocation.diff, 288 bytes (added by ballapete (Peter "Pete" Dyballa), 2 years ago) |
---|
-
tests/scripts/functions.sh
old new 15 15 16 16 timer() { 17 17 if [ -n "$STARTTIME" ]; then 18 date -u -d "now - $STARTTIME sec" +%T18 gdate -u -d "now - $STARTTIME sec" +%T 19 19 fi 20 20 }