Skip to content

Commit

Permalink
fixup! tests/installed: New installed, privileged tests using Fedora AH
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Apr 25, 2017
1 parent eb8eeeb commit ede8c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/installed/libinsttest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ fi
assert_streq $(id -u) 0

PYTHON=
for PYTHON in /usr/bin/python3 /usr/bin/python; do
if ! test -x ${PYTHON}; then continue; fi
export PYTHON
for py in /usr/bin/python3 /usr/bin/python; do
if ! test -x ${py}; then continue; fi
export PYTHON=${py}
break
done
if test -z "${PYTHON}"; then
Expand Down

0 comments on commit ede8c14

Please sign in to comment.