]> wimlib.net Git - wimlib/blobdiff - tests/test-imagex-capture_and_apply
Fix tests (again)
[wimlib] / tests / test-imagex-capture_and_apply
index 00090281f378ab1b544c1191da182505293628f0..1dfc9431568662f92613753be8ba9e58b1bd30a4 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
 #
@@ -12,6 +12,8 @@ set -e
 cd tests
 srcdir="${srcdir:-.}/.."
 srcdir="$(cd $srcdir; pwd)"
+. "$srcdir/tests/tests-common.sh"
+
 
 imagex() {
        echo "imagex $@"