]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-capture_and_apply
Version 1.2.0
[wimlib] / tests / test-imagex-capture_and_apply
index db3fcbe69e501d81fc595672907bc696c50890bb..d281f8ec10df337872e53ff492eb8fb5bb09963d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Test capturing and applying a WIM image in the normal (non-NTFS) capture mode
 #
@@ -9,8 +9,8 @@
 # Also, test if the capture configuration file works correctly.
 
 set -e
-srcdir=`pwd`
 cd tests
+. tests-common.sh
 
 imagex() {
        echo "imagex $@"