diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-22 20:11:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-22 20:12:34 +0700 |
| commit | 62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee (patch) | |
| tree | ecd71be835eea9fcadca2d1295c3f7dc9c11b371 /sudo_test.go | |
| parent | 4ec4ca7d83320151bdc1894f0b2a5d31661ad6b0 (diff) | |
| download | awwan-62bf073d3d5b55a7e76cf5d9cebefdc9c00cbcee.tar.xz | |
all: replace module "share" with "pakakeh.go"
The "share" project has been moved to SourceHut with new name
"pakakeh.go".
Diffstat (limited to 'sudo_test.go')
| -rw-r--r-- | sudo_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sudo_test.go b/sudo_test.go index cf2de67..dd5f0dd 100644 --- a/sudo_test.go +++ b/sudo_test.go @@ -10,7 +10,7 @@ import ( "context" "testing" - "github.com/shuLhan/share/lib/test" + "git.sr.ht/~shulhan/pakakeh.go/lib/test" ) func TestExecLocal_sudo(t *testing.T) { |
