Skip to content

Commit bbe7092

Browse files
authored
Initial Empty ENV Test.
1 parent 5888428 commit bbe7092

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bin/tdd-lib

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
set -e
3+
4+
cargo build --lib
5+
6+
export LD_PRELOAD=/workspaces/crypteia/target/debug/libcrypteia.so
7+
8+
./test/libcrypteia.sh

test/libcrypteia/empty.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
set -e
3+
4+
export LD_PRELOAD="${LD_PRELOAD:=/workspaces/crypteia/target/release/libcrypteia.so}"
5+
6+
ruby -e "puts(ENV['EMPTY'])"

0 commit comments

Comments
 (0)