diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:00 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:29:00 +0900 |
commit | deb9845a0a180d27caf581da2bc0c46f5288db6f (patch) | |
tree | ef66e687a0d6ef6b571c875247cc003fedd600d2 /t/t3404-rebase-interactive.sh | |
parent | Merge branch 'js/t5404-path-fix' (diff) | |
parent | t/helper: 'test-chmtime (--get|-g)' to print only the mtime (diff) | |
download | tgif-deb9845a0a180d27caf581da2bc0c46f5288db6f.tar.xz |
Merge branch 'ps/test-chmtime-get'
Test cleanup.
* ps/test-chmtime-get:
t/helper: 'test-chmtime (--get|-g)' to print only the mtime
Diffstat (limited to 't/t3404-rebase-interactive.sh')
-rwxr-xr-x | t/t3404-rebase-interactive.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 756de26c19..59c766540e 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -717,7 +717,7 @@ test_expect_success 'avoid unnecessary reset' ' set_fake_editor && git rebase -i HEAD~4 && test $HEAD = $(git rev-parse HEAD) && - MTIME=$(test-tool chmtime -v +0 file3 | sed 's/[^0-9].*$//') && + MTIME=$(test-tool chmtime --get file3) && test 123456789 = $MTIME ' |