Skip to content

Commit

Permalink
Do not call fakeroot tests if is not working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Nov 18, 2016
1 parent d846637 commit eb70de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/t/fakeroot-chroot.t
Expand Up @@ -9,6 +9,8 @@ abs_top_srcdir=${abs_top_srcdir:-`cd "$top_srcdir" 2>/dev/null && pwd -P`}
. $top_srcdir/config.sh

command -v fakeroot >/dev/null 2>&1 || skip_all 'fakeroot command is missing (sudo apt-get install fakeroot)'
t=`fakeroot $ECHO ok 2>&1`
test "$t" = "ok" || skip_all "fakeroot command failed:" $t

prepare 8

Expand Down

0 comments on commit eb70de9

Please sign in to comment.