diff options
Diffstat (limited to 'tests/chown/separator')
-rwxr-xr-x | tests/chown/separator | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/chown/separator b/tests/chown/separator index 4c204f126..914d9cca4 100755 --- a/tests/chown/separator +++ b/tests/chown/separator @@ -16,12 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -if test "$VERBOSE" = yes; then - set -x - chown --version -fi - -. $srcdir/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src +test "$VERBOSE" = yes && chown --version id_u=`id -u` || framework_failure test -n "$id_u" || framework_failure |