# HG changeset patch # User Matt Harbison # Date 2015-04-30 03:55:25 # Node ID d7778b88838c5ad429f374524f57bdc8f3b3e403 # Parent 09049042ab99b654742f72e7f134919782a2a047 test-commit-interactive: add more globs for no-execbit platforms The ability to set the exec bit on Windows would be real handy for this test.. diff --git a/tests/test-commit-interactive.t b/tests/test-commit-interactive.t --- a/tests/test-commit-interactive.t +++ b/tests/test-commit-interactive.t @@ -1483,14 +1483,15 @@ Add new file from within a subdirectory +foo record this change to 'folder/bar'? [Ynesfdaq?] y +The #if execbit block above changes the hashes here on some systems $ hg tip -p - changeset: 32:fb46c2a66466 + changeset: 32:* (glob) tag: tip user: test date: Thu Jan 01 00:00:23 1970 +0000 summary: newfilesubdir - diff -r 34c65441ddfb -r fb46c2a66466 folder/bar + diff -r * -r * folder/bar (glob) --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/folder/bar Thu Jan 01 00:00:23 1970 +0000 @@ -0,0 +1,1 @@