# HG changeset patch # User Matt Mackall # Date 1421531083 28800 # Node ID 759df5197e9a2931a62dbbfa8b1b212c17b8bb40 # Parent 0760f023a34b7ce170426f6beed9cbf0971265d4 test-histedit-commute: call helper script with sh Buildbot pointed out that this test wasn't passing on Linux+vfat because there's no chmod for shell scripts. diff -r 0760f023a34b -r 759df5197e9a tests/test-histedit-commute.t --- a/tests/test-histedit-commute.t Sat Jan 17 13:38:17 2015 -0800 +++ b/tests/test-histedit-commute.t Sat Jan 17 13:44:43 2015 -0800 @@ -414,9 +414,8 @@ > pick 40e7299e8fa7 2 renamed > ENDOF > EOF - $ chmod +x editor.sh - $ HGEDITOR=./editor.sh hg histedit 0 + $ HGEDITOR="sh ./editor.sh" hg histedit 0 1 files updated, 0 files merged, 1 files removed, 0 files unresolved adding another-dir/initial-file removing initial-dir/initial-file