Skip to content

Commit

Permalink
Changed sys/kernel/address_bits to sys/kernel/profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirban authored and sylvestre committed May 1, 2024
1 parent d6399f3 commit 3fe701c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/by-util/test_cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3956,7 +3956,7 @@ fn test_cp_default_virtual_file() {
let ts = TestScenario::new(util_name!());
let at = &ts.fixtures;
ts.ucmd()
.arg("/sys/kernel/address_bits")
.arg("/sys/kernel/profiling")
.arg("b")
.succeeds();

Expand Down Expand Up @@ -4041,7 +4041,7 @@ fn test_cp_debug_sparse_always_sparse_virtual_file() {
ts.ucmd()
.arg("--debug")
.arg("--sparse=always")
.arg("/sys/kernel/address_bits")
.arg("/sys/kernel/profiling")
.arg("b")
.succeeds()
.stdout_contains(
Expand Down Expand Up @@ -4212,7 +4212,7 @@ fn test_cp_debug_default_sparse_virtual_file() {
let ts = TestScenario::new(util_name!());
ts.ucmd()
.arg("--debug")
.arg("/sys/kernel/address_bits")
.arg("/sys/kernel/profiling")
.arg("b")
.succeeds()
.stdout_contains(
Expand Down

0 comments on commit 3fe701c

Please sign in to comment.