Files
macports-ports/databases/openldap/files/patch-tests-gdate.diff
2023-02-28 13:39:51 +00:00

11 lines
309 B
Diff

--- tests/scripts/functions.sh.orig 2023-02-28 13:34:33.000000000 +0000
+++ tests/scripts/functions.sh 2023-02-28 13:34:42.000000000 +0000
@@ -17,6 +17,6 @@
if [ -n "$STARTTIME" ]; then
now=`date +%s`
delta=`expr $now - $STARTTIME`
- date -u $DATEOPT$delta +%T
+ gdate -u $DATEOPT$delta +%T
fi
}