summaryrefslogtreecommitdiffstats
path: root/test/edit.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/edit.test')
-rw-r--r--test/edit.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/edit.test b/test/edit.test
index 1c0c500..eb38b7a 100644
--- a/test/edit.test
+++ b/test/edit.test
@@ -6,7 +6,7 @@ $ cat > editor
< sed -e 's:foo:bar:' $1 > $1.new
< mv $1.new $1
$ chmod +x editor
-$ export EDITOR=%PWD/editor
+$ export EDITOR=%{PWD}/editor
$ quilt new patch
> Patch patches/patch is now on top