diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-09-24 00:05:20 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-09-24 00:05:20 +0200 |
commit | 6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d (patch) | |
tree | aba744544d23d347cb4b227f96f73ef6130ce434 /test/demo/pasta | |
parent | 57fa9dd4c9edbbac2c2a7e81c0b2c713795a69f9 (diff) | |
download | passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar.gz passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar.bz2 passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar.lz passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar.xz passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.tar.zst passt-6d08bfc3e0b5fa542608f5a7439de7cfdc7e993d.zip |
test/demo: Use relative paths to change directories when possible
A cd to __STATEDIR__ results in a rather long command, that's not
very readable. Jump between directories using .. and relative paths,
once we're there.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/demo/pasta')
-rw-r--r-- | test/demo/pasta | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/demo/pasta b/test/demo/pasta index 02a2ba2..11e4d3c 100644 --- a/test/demo/pasta +++ b/test/demo/pasta @@ -140,12 +140,12 @@ say can also take packet captures. sleep 3 passt exit sleep 2 -passtb ./pasta -p __STATEDIR__/demo_pasta.pcap +passtb ./pasta -p ../demo_pasta.pcap sleep 2 passt passt /sbin/dhclient -4 --no-pid sleep 2 -hostb tshark -r __STATEDIR__/demo_pasta.pcap +hostb tshark -r ../demo_pasta.pcap sleep 5 nl |