From 2da7f03a6698c9b326d473d53becdc93873aba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gu=C3=A9len?= Date: Wed, 19 Mar 2025 18:45:34 +0100 Subject: [PATCH] Expansion: Test directory for future portability Tests to be readjusted for portability. --- .gitignore | 1 + tests/expand_test/aba | 0 tests/expand_test/abcda | 0 tests/expand_test/aiia | 0 tests/expand_test/axr | 0 tests/expand_test/directory/this | 0 tests/expand_test/exp | 1 + tests/expand_test/ls | 1 + tests/expand_test/yuhbqa | 0 9 files changed, 3 insertions(+) create mode 100644 tests/expand_test/aba create mode 100644 tests/expand_test/abcda create mode 100644 tests/expand_test/aiia create mode 100644 tests/expand_test/axr create mode 100644 tests/expand_test/directory/this create mode 100755 tests/expand_test/exp create mode 100755 tests/expand_test/ls create mode 100644 tests/expand_test/yuhbqa diff --git a/.gitignore b/.gitignore index 50c89a7..9cee108 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ tests/* !tests/*.c !tests/*.h !tests/*.input +!tests/expand_test infile outfile mallocfail_hashes diff --git a/tests/expand_test/aba b/tests/expand_test/aba new file mode 100644 index 0000000..e69de29 diff --git a/tests/expand_test/abcda b/tests/expand_test/abcda new file mode 100644 index 0000000..e69de29 diff --git a/tests/expand_test/aiia b/tests/expand_test/aiia new file mode 100644 index 0000000..e69de29 diff --git a/tests/expand_test/axr b/tests/expand_test/axr new file mode 100644 index 0000000..e69de29 diff --git a/tests/expand_test/directory/this b/tests/expand_test/directory/this new file mode 100644 index 0000000..e69de29 diff --git a/tests/expand_test/exp b/tests/expand_test/exp new file mode 100755 index 0000000..56e5c2b --- /dev/null +++ b/tests/expand_test/exp @@ -0,0 +1 @@ +echo hello exp diff --git a/tests/expand_test/ls b/tests/expand_test/ls new file mode 100755 index 0000000..2f08be9 --- /dev/null +++ b/tests/expand_test/ls @@ -0,0 +1 @@ +echo hello diff --git a/tests/expand_test/yuhbqa b/tests/expand_test/yuhbqa new file mode 100644 index 0000000..e69de29