diff options
author | Tharre <tharre3@gmail.com> | 2015-09-13 22:48:46 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-09-13 22:48:46 +0200 |
commit | 7948ad86578f789cf1c2b92eb9b5c625e26df007 (patch) | |
tree | 9d481d63e449d8cb80fc06ac8f58954f16f27ee9 /tests/t0100-redo.t | |
parent | 87196f9900974a1ecc7bd5f07768f65dd1eb53e9 (diff) | |
download | redo-7948ad86578f789cf1c2b92eb9b5c625e26df007.tar.gz redo-7948ad86578f789cf1c2b92eb9b5c625e26df007.tar.xz redo-7948ad86578f789cf1c2b92eb9b5c625e26df007.zip |
Add a few tests
Diffstat (limited to 'tests/t0100-redo.t')
-rwxr-xr-x | tests/t0100-redo.t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/t0100-redo.t b/tests/t0100-redo.t new file mode 100755 index 0000000..f830580 --- /dev/null +++ b/tests/t0100-redo.t @@ -0,0 +1,11 @@ +#!/bin/sh -e +# Copyright (c) 2015 Tharre +# +# This software may be modified and distributed under the terms +# of the MIT license. See the LICENSE file for details. + +test_description='Redo tests' + +. ./sharness.sh + +test_done |