Add the shift test
This commit is contained in:
parent
e04f666a7e
commit
e9d687bae2
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: mi,v 1.667 2016/03/16 15:51:15 christos Exp $
|
# $NetBSD: mi,v 1.668 2016/03/16 21:14:35 christos Exp $
|
||||||
#
|
#
|
||||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||||
#
|
#
|
||||||
|
@ -1265,6 +1265,7 @@
|
||||||
./usr/tests/bin/sh/t_redir tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_redir tests-bin-tests compattestfile,atf
|
||||||
./usr/tests/bin/sh/t_redircloexec tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_redircloexec tests-bin-tests compattestfile,atf
|
||||||
./usr/tests/bin/sh/t_set_e tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_set_e tests-bin-tests compattestfile,atf
|
||||||
|
./usr/tests/bin/sh/t_shift tests-bin-tests compattestfile,atf
|
||||||
./usr/tests/bin/sh/t_ulimit tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_ulimit tests-bin-tests compattestfile,atf
|
||||||
./usr/tests/bin/sh/t_varquote tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_varquote tests-bin-tests compattestfile,atf
|
||||||
./usr/tests/bin/sh/t_varval tests-bin-tests compattestfile,atf
|
./usr/tests/bin/sh/t_varval tests-bin-tests compattestfile,atf
|
||||||
|
|
Loading…
Reference in New Issue