diff options
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 |