Browse Source

Add $_PXPATH__BIN override to %check

Alois Mahdal 6 years ago
parent
commit
443b71575c
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      packaging/template.spec

+ 2
- 1
packaging/template.spec View File

@@ -35,7 +35,8 @@ make %{?_smp_mflags} PREFIX=/usr
35 35
 
36 36
 %check
37 37
 make test \
38
-    SHELLFU_PATH=%{buildroot}/%{_datadir}/shellfu/include-bash
38
+    SHELLFU_PATH=%{buildroot}/%{_datadir}/shellfu/include-bash \
39
+    _PXPATH__BIN=%{buildroot}/%{_libexecdir}/shellfu-bash-pxpath/pxpath
39 40
 
40 41
 %files
41 42
 %doc %{_docdir}/%{name}/README.md