summaryrefslogtreecommitdiff
path: root/tests/du/one-file-system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/one-file-system.sh')
-rwxr-xr-xtests/du/one-file-system.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/one-file-system.sh b/tests/du/one-file-system.sh
index 110080f02..a0e6f0e06 100755
--- a/tests/du/one-file-system.sh
+++ b/tests/du/one-file-system.sh
@@ -16,10 +16,10 @@
# 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_ du
cleanup_() { rm -rf "$other_partition_tmpdir"; }
-. "$abs_srcdir/other-fs-tmpdir"
+. "$abs_srcdir/tests/other-fs-tmpdir"
mkdir -p b/c y/z d "$other_partition_tmpdir/x" || framework_failure_
ln -s "$other_partition_tmpdir/x" d || framework_failure_