mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
Expansion: Test directory for future portability
Tests to be readjusted for portability.
This commit is contained in:
parent
f0755cd6c4
commit
2da7f03a66
9 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -24,6 +24,7 @@ tests/*
|
||||||
!tests/*.c
|
!tests/*.c
|
||||||
!tests/*.h
|
!tests/*.h
|
||||||
!tests/*.input
|
!tests/*.input
|
||||||
|
!tests/expand_test
|
||||||
infile
|
infile
|
||||||
outfile
|
outfile
|
||||||
mallocfail_hashes
|
mallocfail_hashes
|
||||||
|
|
|
||||||
0
tests/expand_test/aba
Normal file
0
tests/expand_test/aba
Normal file
0
tests/expand_test/abcda
Normal file
0
tests/expand_test/abcda
Normal file
0
tests/expand_test/aiia
Normal file
0
tests/expand_test/aiia
Normal file
0
tests/expand_test/axr
Normal file
0
tests/expand_test/axr
Normal file
0
tests/expand_test/directory/this
Normal file
0
tests/expand_test/directory/this
Normal file
1
tests/expand_test/exp
Executable file
1
tests/expand_test/exp
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
echo hello exp
|
||||||
1
tests/expand_test/ls
Executable file
1
tests/expand_test/ls
Executable file
|
|
@ -0,0 +1 @@
|
||||||
|
echo hello
|
||||||
0
tests/expand_test/yuhbqa
Normal file
0
tests/expand_test/yuhbqa
Normal file
Loading…
Add table
Add a link
Reference in a new issue