mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 04:41:25 +00:00
test: remove duplicate systemd exec-start split case
This commit is contained in:
@@ -189,15 +189,4 @@ describe("parseSystemdExecStart", () => {
|
|||||||
"My Bot",
|
"My Bot",
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("parses path arguments", () => {
|
|
||||||
const execStart = "/usr/bin/openclaw gateway start --path /tmp/openclaw";
|
|
||||||
expect(parseSystemdExecStart(execStart)).toEqual([
|
|
||||||
"/usr/bin/openclaw",
|
|
||||||
"gateway",
|
|
||||||
"start",
|
|
||||||
"--path",
|
|
||||||
"/tmp/openclaw",
|
|
||||||
]);
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user