[devscripts] 04/05: test_uscan: now dehs goes to STDOUT

Osamu Aoki osamu at moszumanska.debian.org
Sun Oct 18 15:16:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch multitar
in repository devscripts.

commit ab2311e64961b4f365f9989ab8d6618168df4939
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Oct 18 14:24:26 2015 +0900

    test_uscan: now dehs goes to STDOUT
---
 test/test_uscan | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_uscan b/test/test_uscan
index ea8e082..affa375 100755
--- a/test/test_uscan
+++ b/test/test_uscan
@@ -109,7 +109,7 @@ END
     ( cd $TMPDIR/repo ;
       tar cfa $PKG-1.$from_ext * )
 
-    OUTPUT=$( (cd $TMPDIR/$PKG ; $COMMANDDEHS --repack --compression=$to_comp) 2>&1 )
+    OUTPUT=$( cd $TMPDIR/$PKG ; $COMMANDDEHS --repack --compression=$to_comp )
     assertEquals "uscan: exit_code!=0 but exit_code=0" "$?" "0"
 
     TARBALL=${PKG}_1.orig.tar.$to_comp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list