From 78f12526f51c96430e0413b71102860e4a85297d Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Aug 03 2013 10:34:43 +0000 Subject: fixed a typo and added a missing CR --- diff --git a/tests/p_cpio/10-cpio-tests b/tests/p_cpio/10-cpio-tests index 80c8d41..4bbac69 100755 --- a/tests/p_cpio/10-cpio-tests +++ b/tests/p_cpio/10-cpio-tests @@ -25,14 +25,14 @@ echo "Basic copy out test" ls | cpio -o > "$OUTDIR"/cpio.out t_CheckExitStatus $? -# Basic copy incheck" +# Basic copy incheck echo "Basic copy in test" pushd "$INDIR" cpio -i <"$OUTDIR"/cpio.out t_CheckExitStatus $? popd -# Basic pass through mode" -echo "Basis pass through test" +# Basic pass through mode +echo "Basic pass through test" pushd $INDIR find . | cpio -pd "$PASSDIR" diff --git a/tests/p_diffutils/20-diff-tests b/tests/p_diffutils/20-diff-tests index 878842c..eaf6993 100755 --- a/tests/p_diffutils/20-diff-tests +++ b/tests/p_diffutils/20-diff-tests @@ -204,7 +204,8 @@ t_CheckExitStatus $? # Check side-by-side with left column suppression echo "Check left column suppression in side-by-side output" -diff --width=72 -y --left-column "$FILES"/lao "$FILES"/tzu | cmp "$FILES"/left_column -t_CheckExitStatus $? +diff --width=72 -y --left-column "$FILES"/lao "$FILES"/tzu | cmp "$FILES"/left_column +t_CheckExitStatus $? # Check side-by-side with common line suppression echo "Check left column suppression in side-by-side output"