diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 01:28:25 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:23:29 -0400 |
commit | 589186164cfbb1e033b9dfad33c9bf82b9404b1c (patch) | |
tree | 3919316871a4b17c35d2b74971c86b52f1ae73b0 /test/libremakepkg-test.sh | |
parent | 76b27c5c5a705770fbab763199dd32efc279170a (diff) |
test: change how we do sudo (to make sure we stay in the test environment)
Diffstat (limited to 'test/libremakepkg-test.sh')
-rw-r--r-- | test/libremakepkg-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libremakepkg-test.sh b/test/libremakepkg-test.sh index 8a4fa63..95080af 100644 --- a/test/libremakepkg-test.sh +++ b/test/libremakepkg-test.sh @@ -23,7 +23,7 @@ it_builds_a_trivial_package() { cd "$tmpdir" libremessages msg 'Creating a chroot, may take a few minutes' &>/dev/tty - sudo -EH libremakepkg + testsudo libremakepkg [[ -f $(echo libretools-hello-1.0-1-any.pkg.tar.?z) ]] } |