about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/tests/cases
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old (renamed from pkgs/by-name/lf/lf-make-map/tests/output.old)0
-rw-r--r--pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old.license (renamed from pkgs/by-name/lf/lf-make-map/tests/output.old.license)0
-rwxr-xr-xpkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh (renamed from pkgs/by-name/lf/lf-make-map/tests/test_simple.sh)4
3 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/tests/output.old b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old
index 90591f16..90591f16 100644
--- a/pkgs/by-name/lf/lf-make-map/tests/output.old
+++ b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old
diff --git a/pkgs/by-name/lf/lf-make-map/tests/output.old.license b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old.license
index eae6a84c..eae6a84c 100644
--- a/pkgs/by-name/lf/lf-make-map/tests/output.old.license
+++ b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/output.old.license
diff --git a/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh
index 79ba9db2..6e127d28 100755
--- a/pkgs/by-name/lf/lf-make-map/tests/test_simple.sh
+++ b/pkgs/by-name/lf/lf-make-map/tests/cases/simple/test.sh
@@ -44,6 +44,6 @@ mkdir --parents "$base/d/c/other/file.test3"
 mkdir --parents "$base/d/cll_the-things/other/file.test4"
 mkdir --parents "$base/d/mcybe some whitespcce/test.file5"
 
-cargo run -- --home-name "$base" --depth 100 generate "$base"/* >"$test/output.new"
+execute_make_maps --home-name "$base" --depth 100 generate "$base"/* >"$test/output.new"
 
-diff "$test/output.new" "$(dirname "$0")/output.old"
+diff "$test/output.new" "$(dirname "$LOCATION")/output.old"