diff options
Diffstat (limited to 'testsuite/consistency')
-rwxr-xr-x | testsuite/consistency | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/consistency b/testsuite/consistency index d375b2e..9d4d152 100755 --- a/testsuite/consistency +++ b/testsuite/consistency @@ -55,6 +55,15 @@ else errors=t fi +cmd="$bindir/mkid $m_flag" +echo $cmd +if eval $cmd; then + echo "Good. No crash when dealing with single file" +else + 1>&2 echo "Oops! mkid failed." + errors=t +fi + case x$errors in xt) echo "Some checks failed." exit 1;; |