diff options
Diffstat (limited to 'tests/cp/existing-perm-dir.sh')
-rwxr-xr-x | tests/cp/existing-perm-dir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/existing-perm-dir.sh b/tests/cp/existing-perm-dir.sh index 40b55a3f4..bd14ee982 100755 --- a/tests/cp/existing-perm-dir.sh +++ b/tests/cp/existing-perm-dir.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 umask 002 |