Commit 32a51c5b authored by Antoine Catton's avatar Antoine Catton

Minor: rename the stderr test promise name

parent be6825a9
......@@ -585,7 +585,7 @@ exit 0""")
promise_path = os.path.join(instance_path, 'etc', 'promise')
os.makedirs(promise_path)
succeed = os.path.join(promise_path, 'succeed')
succeed = os.path.join(promise_path, 'stderr_writer')
with open(succeed, 'w') as f:
f.write("""#!/usr/bin/env sh
echo -n Error 1>&2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment