diff options
author | Marius Bakke <marius@gnu.org> | 2020-12-16 00:28:51 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-12-17 00:15:49 +0100 |
commit | bca05d07099703f37eaf3a0eab9b87ea3e472279 (patch) | |
tree | e8d2b6c533529bb515d0c24a04a751833c868018 /gnu/packages/patches/tcsh-fix-autotest.patch | |
parent | 420ddd0a91d50b3d37003638af8dc19bbef02c01 (diff) | |
download | guix-bca05d07099703f37eaf3a0eab9b87ea3e472279.tar.gz guix-bca05d07099703f37eaf3a0eab9b87ea3e472279.zip |
gnu: tcsh: Update to 6.22.03.
* gnu/packages/patches/tcsh-fix-autotest.patch: Remove test hunk that no
longer applies.
* gnu/packages/shells.scm (tcsh): Update to 6.22.03.
[arguments]: Patch /usr/bin/env invocation. Adjust the test mention above
with a substitution instead.
Diffstat (limited to 'gnu/packages/patches/tcsh-fix-autotest.patch')
-rw-r--r-- | gnu/packages/patches/tcsh-fix-autotest.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/patches/tcsh-fix-autotest.patch b/gnu/packages/patches/tcsh-fix-autotest.patch index 200867cb9b..9f5790641b 100644 --- a/gnu/packages/patches/tcsh-fix-autotest.patch +++ b/gnu/packages/patches/tcsh-fix-autotest.patch @@ -63,17 +63,6 @@ AT_DATA([comment2.csh], [[echo testing...@%:@\ ---- tests/subst.at -+++ tests/subst.at -@@ -54,7 +54,7 @@ AT_CHECK([export HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }') - , [1 - ]) - --AT_CHECK([export HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }'); echo "echo ~$(id -un)/foo; echo \"\$HOME/foo\"" | tcsh -f | uniq dnl -+AT_CHECK([export HOME=$(getent passwd $(id -un) | awk -F: '{ print $(NF - 1) }'); echo "echo ~$(id -un)//foo; echo \"\$HOME/foo\"" | tcsh -f | uniq dnl - | wc -l | tr -d ' \t'], , [1 - ]) - --- tests/variables.at +++ tests/variables.at @@ -666,7 +666,8 @@ set listflags=(-xA $cwd/args.sh) |