]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/cgroup: use bash in test_cpuset_v1_hp.sh
authorBharadwaj Raju <bharadwaj.raju777@gmail.com>
Tue, 4 Feb 2025 19:29:53 +0000 (00:59 +0530)
committerTejun Heo <tj@kernel.org>
Tue, 4 Feb 2025 19:36:54 +0000 (09:36 -1000)
commitfd079124112c6e11c1bca2e7c71470a2d60bc363
tree5b73b02c87e717f1b9ffa2906bfa2613f49c3a1f
parentb69bb476dee99d564d65d418e9a20acca6f32c3f
selftests/cgroup: use bash in test_cpuset_v1_hp.sh

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 <bharadwaj.raju777@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/test_cpuset_v1_hp.sh