diff options
| author | anon | 2025-07-05 13:15:10 +0200 |
|---|---|---|
| committer | anon | 2025-07-05 13:15:10 +0200 |
| commit | aef6f78d010ac50325d6b7abf983d591845fc502 (patch) | |
| tree | 13dc6c1a7de57baec27151d018fbad4eb50b25f7 /test | |
| parent | f383d2946c452a718ae090ff2dba3524fbcb01b1 (diff) | |
| download | emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.xz emil-up.chud.cyou-aef6f78d010ac50325d6b7abf983d591845fc502.tar.zst | |
reorder the project
Diffstat (limited to 'test')
| -rwxr-xr-x | test/evil.tcl | 6 | ||||
| -rw-r--r-- | test/test.png | bin | 0 -> 310382 bytes | |||
| -rw-r--r-- | test/test.txt | 1 | ||||
| -rwxr-xr-x | test/upload-test.sh | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/test/evil.tcl b/test/evil.tcl new file mode 100755 index 0000000..9060f7c --- /dev/null +++ b/test/evil.tcl @@ -0,0 +1,6 @@ +#!/usr/bin/tclsh + +set f [open "evil.txt" "w"] +close $f + +puts stderr "evil.txt created" diff --git a/test/test.png b/test/test.png Binary files differnew file mode 100644 index 0000000..df5d578 --- /dev/null +++ b/test/test.png diff --git a/test/test.txt b/test/test.txt new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/test/test.txt @@ -0,0 +1 @@ +Hello World diff --git a/test/upload-test.sh b/test/upload-test.sh new file mode 100755 index 0000000..936e013 --- /dev/null +++ b/test/upload-test.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl --upload-file example.png http://localhost:8080/ |
