!29 upgrade version to 6.24.10
From: @wangjiang37 Reviewed-by: @overweight Signed-off-by: @overweight
This commit is contained in:
commit
6efb0a6a14
@ -8,17 +8,17 @@ Subject: [PATCH] fix nice case fail if noroot
|
|||||||
1 file changed, 1 insertion(+)
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
diff --git a/tests/commands.at b/tests/commands.at
|
diff --git a/tests/commands.at b/tests/commands.at
|
||||||
index cf0fcf0..daf87fc 100755
|
index 48418cc..0a2a916 100644
|
||||||
--- a/tests/commands.at
|
--- a/tests/commands.at
|
||||||
+++ b/tests/commands.at
|
+++ b/tests/commands.at
|
||||||
@@ -891,6 +891,7 @@ TCSH_UNTESTED([newgrp])
|
@@ -1039,6 +1039,7 @@ dnl nice
|
||||||
|
dnl
|
||||||
|
|
||||||
AT_SETUP([nice])
|
AT_SETUP([nice])
|
||||||
+AT_SKIP_IF([test 'whoami' != 'root'])
|
+AT_SKIP_IF([test 'whoami' != 'root'])
|
||||||
|
AT_KEYWORDS([commands])
|
||||||
|
|
||||||
# Nothing really tested
|
dnl Nothing really tested
|
||||||
AT_CHECK([tcsh -f -c 'nice set var=1; echo $?var'], ,
|
|
||||||
--
|
--
|
||||||
1.8.3.1
|
1.8.3.1
|
||||||
|
|
||||||
|
|||||||
@ -1,212 +0,0 @@
|
|||||||
From f4cae8a433a3744f6d3a6d895ef06631c0a656ec Mon Sep 17 00:00:00 2001
|
|
||||||
From: lubing6 <lubing6@huawei.com>
|
|
||||||
Date: Sat, 21 Mar 2020 20:52:01 +0800
|
|
||||||
Subject: [PATCH] fix testcase fail if noroot
|
|
||||||
|
|
||||||
---
|
|
||||||
tests/arguments.at | 2 ++
|
|
||||||
tests/commands.at | 5 +++++
|
|
||||||
tests/expr.at | 1 +
|
|
||||||
tests/lexical.at | 4 ++++
|
|
||||||
tests/variables.at | 10 ++++++++++
|
|
||||||
5 files changed, 22 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/tests/arguments.at b/tests/arguments.at
|
|
||||||
index 562fd83..8cd8673 100644
|
|
||||||
--- a/tests/arguments.at
|
|
||||||
+++ b/tests/arguments.at
|
|
||||||
@@ -47,6 +47,7 @@ TCSH_UNTESTED([-f])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([-i])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_CHECK([echo 'echo $1' | tcsh -f -q -i foo], ,
|
|
||||||
[[> foo
|
|
||||||
@@ -143,6 +144,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([non-option arguments])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([options.csh],
|
|
||||||
[[echo $0
|
|
||||||
diff --git a/tests/commands.at b/tests/commands.at
|
|
||||||
index cf0fcf0..e0532d3 100644
|
|
||||||
--- a/tests/commands.at
|
|
||||||
+++ b/tests/commands.at
|
|
||||||
@@ -267,6 +267,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([dirs])
|
|
||||||
+AT_SKIP_IF([test `whoami` != 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([dirs.csh],
|
|
||||||
[[set current=`/bin/pwd`
|
|
||||||
@@ -379,6 +380,7 @@ TCSH_UNTESTED([fg])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([filetest])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
touch file1 file2 'b{c'
|
|
||||||
chmod 6777 file1
|
|
||||||
@@ -561,6 +563,7 @@ TCSH_UNTESTED([hashstat])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([history])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([history.csh],
|
|
||||||
[[: cmd 1
|
|
||||||
@@ -776,6 +779,7 @@ TCSH_UNTESTED([jobs])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([kill])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
# Nested to ensure consistent output
|
|
||||||
AT_DATA([kill.csh],
|
|
||||||
@@ -1201,6 +1205,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([source])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([script.csh],
|
|
||||||
[[set var=$1
|
|
||||||
diff --git a/tests/expr.at b/tests/expr.at
|
|
||||||
index fa373c8..d9e0a1d 100644
|
|
||||||
--- a/tests/expr.at
|
|
||||||
+++ b/tests/expr.at
|
|
||||||
@@ -74,6 +74,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([Primary expressions])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_CHECK([tcsh -f -c 'set parseoctal; exit (010)'], 8)
|
|
||||||
AT_CHECK([tcsh -f -c 'exit (010)'], 10)
|
|
||||||
diff --git a/tests/lexical.at b/tests/lexical.at
|
|
||||||
index d42d3ea..277eba4 100644
|
|
||||||
--- a/tests/lexical.at
|
|
||||||
+++ b/tests/lexical.at
|
|
||||||
@@ -153,6 +153,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([History basics])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
# Printing prompt only when at end of input is rather nondeterministic...
|
|
||||||
AT_DATA([basic.csh],
|
|
||||||
@@ -203,6 +204,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([Event specification])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([positive.csh],
|
|
||||||
[[echo 1
|
|
||||||
@@ -345,6 +347,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([Word selection])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([words.csh],
|
|
||||||
[[echo 1 2 3 4 5
|
|
||||||
@@ -394,6 +397,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([History modifiers])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([modifiers.csh],
|
|
||||||
[[echo foo bar baz quux /usr/src/sys/sys/malloc.c
|
|
||||||
diff --git a/tests/variables.at b/tests/variables.at
|
|
||||||
index 9db0886..dc151c8 100644
|
|
||||||
--- a/tests/variables.at
|
|
||||||
+++ b/tests/variables.at
|
|
||||||
@@ -358,6 +358,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ ellipsis])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([ellipsis0.csh],
|
|
||||||
[[echo $?ellipsis
|
|
||||||
@@ -417,6 +418,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ histchars])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([histchars.csh],
|
|
||||||
[[echo $?histchars
|
|
||||||
@@ -440,6 +442,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ histdup])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([histdup.csh],
|
|
||||||
[[echo $?histdup
|
|
||||||
@@ -497,6 +500,7 @@ VAR_UNSET([histfile])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ histlit])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([histlit.csh],
|
|
||||||
[[echo $?histlit
|
|
||||||
@@ -563,6 +567,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ history])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([history.csh],
|
|
||||||
[[echo $#history $history
|
|
||||||
@@ -620,6 +625,7 @@ VAR_UNSET([ignoreeof])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ implicitcd])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([implicitcd.csh],
|
|
||||||
[[echo $?implicitcd
|
|
||||||
@@ -826,6 +832,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ prompt])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([prompt.csh],
|
|
||||||
[[echo "$prompt"
|
|
||||||
@@ -862,6 +869,7 @@ AT_CHECK([echo 'echo "$prompt3"' | tcsh -f], ,
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ promptchars])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([promptchars.csh],
|
|
||||||
[[echo $?promptchars
|
|
||||||
@@ -883,6 +891,7 @@ VAR_UNSET([rmstar])
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ rprompt])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_DATA([rprompt.csh],
|
|
||||||
[[echo $?rprompt
|
|
||||||
@@ -1078,6 +1087,7 @@ AT_CLEANUP
|
|
||||||
|
|
||||||
|
|
||||||
AT_SETUP([$ verbose])
|
|
||||||
+AT_SKIP_IF([test `whoami` == 'root' ])
|
|
||||||
|
|
||||||
AT_CHECK([tcsh -f -v -c 'echo $verbose'], , [
|
|
||||||
],
|
|
||||||
--
|
|
||||||
1.8.3.1
|
|
||||||
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
tcsh-6.24.10.tar.gz
Normal file
BIN
tcsh-6.24.10.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: tcsh
|
Name: tcsh
|
||||||
Version: 6.24.07
|
Version: 6.24.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C shell with file name completion and command line editing
|
Summary: C shell with file name completion and command line editing
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -12,8 +12,7 @@ Requires(postun): sed
|
|||||||
Provides: /bin/csh /bin/tcsh
|
Provides: /bin/csh /bin/tcsh
|
||||||
Provides: csh = %{version}
|
Provides: csh = %{version}
|
||||||
|
|
||||||
Patch0: fix-testcase-fail-if-noroot.patch
|
Patch0: fix-nice-case-fail-if-noroot.patch
|
||||||
Patch1: fix-nice-case-fail-if-noroot.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tcsh is an enhanced but completely compatible version of the Berkeley
|
Tcsh is an enhanced but completely compatible version of the Berkeley
|
||||||
@ -95,6 +94,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 14 2023 wangjiang <wangjiang37@h-partners.com> - 6.24.10-1
|
||||||
|
- upgrade version to 6.24.10
|
||||||
|
|
||||||
* Sun Jan 29 2023 renhongxun<renhongxun@h-partners.com> - 6.24.07-1
|
* Sun Jan 29 2023 renhongxun<renhongxun@h-partners.com> - 6.24.07-1
|
||||||
- upgrade version to 6.24.07
|
- upgrade version to 6.24.07
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user