Skip to content

Commit 3fb8a0f

Browse files
committed
Merge branch 'jc/t9800-fix-use-of-show-s-raw'
A test fix. * jc/t9800-fix-use-of-show-s-raw: t9800: correct misuse of 'show -s --raw' in a test
2 parents 1e1dcb2 + b7cf25c commit 3fb8a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9800-git-p4-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ test_expect_success 'initial import time from top change time' '
330330
test_when_finished cleanup_git &&
331331
(
332332
cd "$git" &&
333-
gittime=$(git show -s --raw --pretty=format:%at HEAD) &&
333+
gittime=$(git show -s --pretty=format:%at HEAD) &&
334334
echo $p4time $gittime &&
335335
test $p4time = $gittime
336336
)

0 commit comments

Comments
 (0)