diff options
Diffstat (limited to 'testprogs/blackbox/subunit.sh')
-rwxr-xr-x | testprogs/blackbox/subunit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/subunit.sh b/testprogs/blackbox/subunit.sh index 70fe2d7e065..0791d775d27 100755 --- a/testprogs/blackbox/subunit.sh +++ b/testprogs/blackbox/subunit.sh @@ -22,7 +22,7 @@ timestamp() { # mark the start time. With Gnu date, you get nanoseconds from %N # (here truncated to microseconds with %6N), but not on BSDs, # Solaris, etc, which will apparently leave either %N or N at the end. - date -u +'time: %Y-%m-%d %H:%M:%S.%6NZ' | sed 's/%\?NZ$/000000Z/' + date -u +'time: %Y-%m-%d %H:%M:%S.%6NZ' | sed 's/\..*NZ$/.000000Z/' } subunit_start_test () { |