File: test_needs_bash

package info (click to toggle)
jellyfish 2.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,276 kB
  • sloc: cpp: 35,703; sh: 995; ruby: 578; makefile: 397; python: 165; perl: 36
file content (20 lines) | stat: -rw-r--r-- 628 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Michael R. Crusoe <crusoe@debian.org>
Subject: small_mers needs bash
Forwarded: https://github.com/gmarcais/Jellyfish/pull/172

Due to process substitution. Thanks to https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/jellyfish.html for highlighting this.
--- jellyfish.orig/tests/small_mers.sh
+++ jellyfish/tests/small_mers.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 mkdir -p tests-data; cd tests-data
 . ../compat.sh
--- jellyfish.orig/Makefile.am
+++ jellyfish/Makefile.am
@@ -1,3 +1,4 @@
+SHELL = /bin/bash
 ACLOCAL_AMFLAGS = -I m4
 DISTCHECK_CONFIGURE_FLAGS=--enable-swig --enable-all-binding