From: Bart Van Assche Date: Fri, 22 Feb 2019 22:17:42 +0000 (-0800) Subject: tests/srp/rc: Make the output of srp_single_login() less confusing X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=643fe3b86936eda51cb64eeecacf0929942199c9;p=users%2Fsagi%2Fblktests.git tests/srp/rc: Make the output of srp_single_login() less confusing Displaying $PWD is not useful inside srp_single_login(). Hence leave $PWD out. Signed-off-by: Bart Van Assche --- diff --git a/tests/srp/rc b/tests/srp/rc index 20774bb..e10ebac 100755 --- a/tests/srp/rc +++ b/tests/srp/rc @@ -115,7 +115,7 @@ use_blk_mq() { # Write SRP login string $1 into SRP login sysfs attribute $2. srp_single_login() { { - echo "echo $1 > $PWD/$2" + echo "echo $1 > $2" echo "$1" >"$2" } &>>"$FULL" }