mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-12 23:46:30 +00:00
Fix xtests bug where git3 file date kept changing
This commit is contained in:
parent
61c5df7c11
commit
ef7bb43dbb
@ -323,9 +323,7 @@ git init >/dev/null
|
||||
ln -s aaa/aaa/a b
|
||||
|
||||
# This normally fails with:
|
||||
# touch: cannot touch '/testcases/git3/b': No such file or directory
|
||||
# but that’s expected (the file deliberately does not exist)
|
||||
find "$TEST_ROOT/git3" -exec touch {} -t $FIXED_DATE \; 2>/dev/null
|
||||
find "$TEST_ROOT/git3" -exec touch {} -h -t $FIXED_DATE \;
|
||||
sudo chown $FIXED_USER:$FIXED_USER -R "$TEST_ROOT/git3"
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
[36ml[1;33mr[31mw[32mx[0m[33mr[31mw[32mx[33mr[31mw[32mx[0m [1;32m9[0m cassowary [34m17 Oct 14:27[0m [38;5;244m-[32mN[0m [36mb[0m [31m->[0m [4;31maaa/aaa/a[0m
|
||||
[36ml[1;33mr[31mw[32mx[0m[33mr[31mw[32mx[33mr[31mw[32mx[0m [1;32m9[0m cassowary [34m 1 Jan 12:34[0m [38;5;244m-[32mN[0m [36mb[0m [31m->[0m [4;31maaa/aaa/a[0m
|
||||
|
Loading…
Reference in New Issue
Block a user