diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:52:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 14:52:00 (EDT) |
commit | e4ad91e807b401c6705f15b53ed15bfa6d715a86 (patch) | |
tree | 755c2ab46bebaafb008bf032963c133fb39e8b8d /tests/aux | |
parent | c439c9f36590b7cb30d1634dfde25c7d195e2139 (diff) |
tests/aux/setup.sh: Drop pointless cd
Diffstat (limited to 'tests/aux')
-rw-r--r-- | tests/aux/setup.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/aux/setup.sh b/tests/aux/setup.sh index 9954b54..0d42223 100644 --- a/tests/aux/setup.sh +++ b/tests/aux/setup.sh @@ -40,5 +40,3 @@ cat >'changelog' <<-EOF * Initial release. -- ${MAINTAINER} Thu, 01 Jan 1970 00:00:00 +0000 EOF - -cd 'tmp/' |