summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlberto Ruiz <alberto.ruiz@codethink.co.uk>2011-10-04 11:13:27 +0100
committerAlberto Ruiz <alberto.ruiz@codethink.co.uk>2011-10-04 11:13:27 +0100
commitc6bc5861f0771c5297e65b8a73de362f38044be4 (patch)
tree77294a54528aa94c71aba7ede7cf12e00fae6dbb /tests
parent51729f14d4e1b3f443992cfdac3071057bf916b8 (diff)
downloadtbdiff-c6bc5861f0771c5297e65b8a73de362f38044be4.tar.gz
Remove debugging output
Diffstat (limited to 'tests')
-rwxr-xr-xtests/06_dir_diff.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/06_dir_diff.sh b/tests/06_dir_diff.sh
index a764a36..cc86793 100755
--- a/tests/06_dir_diff.sh
+++ b/tests/06_dir_diff.sh
@@ -20,7 +20,6 @@ function setup {
}
function check_results {
- ls -la $ORIGIN/a
test -d $ORIGIN/a && \
test -f $ORIGIN/a/1 && \
check_same_mode $ORIGIN/a $TARGET/a #&& \