Re: [PATCH] selftests/cgroup: use bash in test_cpuset_v1_hp.sh

2025-02-04 Thread Tejun Heo
On Wed, Feb 05, 2025 at 12:59:53AM +0530, Bharadwaj Raju wrote: > The script uses non-POSIX features like `[[` for conditionals and hence > does not work when run with a POSIX /bin/sh. > > Change the shebang to /bin/bash instead, like the other tests in cgroup. > > Signed-off-by: Bharadwaj Raju

[PATCH] selftests/cgroup: use bash in test_cpuset_v1_hp.sh

2025-02-04 Thread Bharadwaj Raju
The script uses non-POSIX features like `[[` for conditionals and hence does not work when run with a POSIX /bin/sh. Change the shebang to /bin/bash instead, like the other tests in cgroup. Signed-off-by: Bharadwaj Raju --- tools/testing/selftests/cgroup/test_cpuset_v1_hp.sh | 2 +- 1 file chan