diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-03-08 10:55:05 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-03-08 10:55:05 -0400 |
commit | e0c9c2835156aedd059fd24d69c7ee9ae81a81c6 (patch) | |
tree | f6193aa0371d90bba563c11cb263f4be7ccb0704 /tests | |
parent | 85e68b2124e33f5b005dd2bf2206a0e12b46073c (diff) |
Fix interpretation of 'file' argument paths
Diffstat (limited to 'tests')
-rw-r--r-- | tests/files.urp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files.urp b/tests/files.urp index 100992e5..3683f1a8 100644 --- a/tests/files.urp +++ b/tests/files.urp @@ -1,6 +1,6 @@ rewrite all Files/* file /hello_world.txt hello.txt file /img/web.png web.png -file /files.urp files.urp +file /files.urp ./files.urp files |