diff options
Diffstat (limited to 'tests/cp/thru-dangling.sh')
-rwxr-xr-x | tests/cp/thru-dangling.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/thru-dangling.sh b/tests/cp/thru-dangling.sh index f8527af8d..c992c9ca7 100755 --- a/tests/cp/thru-dangling.sh +++ b/tests/cp/thru-dangling.sh @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. "${srcdir=.}/init.sh"; path_prepend_ ../src +. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp ln -s no-such dangle || framework_failure_ |