From ab6bafe3ed811bd70aef27d1699ad3c8457e3b87 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 14 Feb 2012 14:22:17 -0700 Subject: [PATCH] Remove debug hack from collect.sh. --- t/lib/bash/collect.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/lib/bash/collect.sh b/t/lib/bash/collect.sh index cf108ff5..a40a1dfb 100644 --- a/t/lib/bash/collect.sh +++ b/t/lib/bash/collect.sh @@ -23,10 +23,6 @@ local p="$TMPDIR/collect/2011_12_05" # Default collect, no extras like gdb, tcpdump, etc. collect "$TMPDIR/collect" "2011_12_05" > $p-output 2>&1 -# XXX -ls $TMPDIR/collect -df - # Even if this system doesn't have all the cmds, collect should still # have created some files for cmds that (hopefully) all systems have. ls -1 $TMPDIR/collect | sort > $TMPDIR/collect-files