Commit 3b521a34 authored by Saira Hussain's avatar Saira Hussain 💬
Browse files

Modify the path

parent 03598ee6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
  # Double quote below to expand the temporary directory variable now versus
  # later is on purpose.
  # shellcheck disable=SC2064
#  trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
  trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
fi

cp /usr/share/doc/${pkg}/examples/* -a "${AUTOPKGTEST_TMP}"
@@ -20,4 +20,4 @@ gunzip -r *
set -x

# Run basic functionality
${pkg} -s 1 -k 41 -r sample_example/reads1.fq -r sample_example/reads2.fq -r sample_example/readsN.fq
${pkg} -s 1 -k 41 -r reads1.fq -r reads2.fq -r readsN.fq