Home
last modified time | relevance | path

Searched refs:emptyHiddenHistoryPath (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-persistent-history.js66 const emptyHiddenHistoryPath = fixtures.path('.empty-hidden-repl-history-file'); constant
144 execSync(`ATTRIB +H "${emptyHiddenHistoryPath}"`, (err) => {
149 env: { NODE_REPL_HISTORY: emptyHiddenHistoryPath },
Dtest-repl-programmatic-history.js64 const emptyHiddenHistoryPath = fixtures.path('.empty-hidden-repl-history-file'); constant
140 execSync(`ATTRIB +H "${emptyHiddenHistoryPath}"`, (err) => {
145 env: { NODE_REPL_HISTORY: emptyHiddenHistoryPath },